home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1995 October
/
Amiga-CD 1995 #10.iso
/
kommunikation
/
ncomm3.0
/
scripts
/
clock.script
next >
Wrap
Text File
|
1993-04-24
|
275b
|
12 lines
;NComm script that demonstrates the STRPART function
SET $stoptime = "14:00:00"
REPEAT
SET $varin = $date
STRPART $varout "11" "8" $varin ;Numbers without quotes are also OK
MESSAGE $varout"\r"
DELAY 1
UNTIL $varout == $stoptime
MESSAGE "\t --- Reached StopTime\n";